'Declaration Protected Sub AddCommandWithTypeCast<TSourceTargetThe type of the source target.,TDestTargetThe type of the dest target.>( _
ByVal processingCommandNameИмя новой команды обработки.As System.String, _
ByVal nestedProcessingCommandsКоманды обработки, которые должны использоваться как вложенные команды в новой команде обработки.As System.Collections.Generic.IEnumerable(Of IProcessingCommandInfo), _
ByVal destCommandsСписок команд, куда необходимо добавить новую команду.As System.Collections.Generic.List(Of IProcessingCommand) _
) (Of TSourceTargetThe type of the source target., TDestTargetThe type of the dest target.)
protected void AddCommandWithTypeCast<TSourceTarget,TDestTarget>(
System.String processingCommandName,
System.Collections.Generic.IEnumerable<IProcessingCommandInfo> nestedProcessingCommands,
System.Collections.Generic.List<IProcessingCommand> destCommands
)
protected: void AddCommandWithTypeCast<TSourceTarget,TDestTarget>(
System.String processingCommandName,
System.Collections.Generic.IEnumerable<IProcessingCommandInfo*>* nestedProcessingCommands,
System.Collections.Generic.List<IProcessingCommand*>* destCommands
)
generic<typename TSourceTarget> generic<typename TDestTarget> protected:
void AddCommandWithTypeCast(
System.String processingCommandName,
System.Collections.Generic.IEnumerable<IProcessingCommandInfo^>^ nestedProcessingCommands,
System.Collections.Generic.List<IProcessingCommand^>^ destCommands
)
Parameters
- processingCommandName
- Имя новой команды обработки.
- nestedProcessingCommands
- Команды обработки, которые должны использоваться как вложенные команды в новой команде обработки.
- destCommands
- Список команд, куда необходимо добавить новую команду.
Type Parameters
- TSourceTarget
- The type of the source target.
- TDestTarget
- The type of the dest target.